func github.com/oapi-codegen/runtime.marshalKnownTypes

3 uses

	github.com/oapi-codegen/runtime (current package)
		styleparam.go#L187: func marshalKnownTypes(value interface{}) (string, bool) {
		styleparam.go#L213: 	if timeVal, ok := marshalKnownTypes(value); ok {
		styleparam.go#L403: 	if res, ok := marshalKnownTypes(value); ok {